projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f266622
)
; Fix a comment in loaddefs-gen.el
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Feb 2024 16:05:55 +0000
(18:05 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Feb 2024 16:05:55 +0000
(18:05 +0200)
lisp/emacs-lisp/loaddefs-gen.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/loaddefs-gen.el
b/lisp/emacs-lisp/loaddefs-gen.el
index fe29469d08c025fd0855065745b715c95b11808a..7eced43e7354c1743f63d427948a4efe19a64e6b 100644
(file)
--- a/
lisp/emacs-lisp/loaddefs-gen.el
+++ b/
lisp/emacs-lisp/loaddefs-gen.el
@@
-402,7
+402,7
@@
don't include."
(when (re-search-forward "autoload-compute-prefixes: *" nil t)
(setq compute-prefixes (read (current-buffer)))))
(save-excursion
- ;;
since we're "open-coding"
we have to repeat more
+ ;;
Since we're "open-coding",
we have to repeat more
;; complicated logic in `hack-local-variables'.
(when-let ((beg
(re-search-forward "read-symbol-shorthands: *" nil t)))